home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / gemfut15.lzh / AESEVNX2.C next >
C/C++ Source or Header  |  1990-08-06  |  1KB  |  35 lines

  1. /**************************************************************************
  2.  *
  3.  * AESFAST PD utilties.
  4.  *
  5.  *  Extended event_multi routine...
  6.  *    envx_multi
  7.  *************************************************************************/
  8.  
  9. #include <gemfast.h>
  10.  
  11. int
  12. evnx_multi(xm)
  13.     register XMULTI *xm;
  14. {
  15.  
  16.     return xm->mwhich = evnt_multi(xm->mflags,
  17.                          xm->mbclicks,
  18.                          xm->mbmask,
  19.                          xm->mbstate,
  20.                          xm->mm1flags,
  21.                          xm->mm1rect,
  22.                          xm->mm2flags,
  23.                          xm->mm2rect,
  24.                          xm->msgbuf,
  25.                          xm->mtlocount,
  26.                          xm->mthicount,
  27.                          &xm->mmox,
  28.                          &xm->mmoy,
  29.                          &xm->mmobutton,
  30.                          &xm->mmokstate,
  31.                          &xm->mkreturn,
  32.                          &xm->mbreturn);
  33. }
  34.  
  35.